Skip to content

fix(BREV-2207): Add missing deprecated bytes values#64

Merged
theFong merged 13 commits intomainfrom
dm/nebbytes
Dec 5, 2025
Merged

fix(BREV-2207): Add missing deprecated bytes values#64
theFong merged 13 commits intomainfrom
dm/nebbytes

Conversation

@drewmalin
Copy link
Contributor

No description provided.

@drewmalin drewmalin requested a review from a team as a code owner November 26, 2025 17:10
patelspratik
patelspratik previously approved these changes Nov 26, 2025
Comment on lines +212 to +213
// Make the instance type ID
instanceType.ID = v1.MakeGenericInstanceTypeID(instanceType)
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This should now resolve IDs properly

Comment on lines -399 to +408
if string(instanceType.ID) == requestedType {
if instanceType.Type == requestedType {
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We filter on Type, not Type ID

Comment on lines +1154 to +1156
if attrs.DiskSize == 0 {
attrs.DiskSize = 1280 * units.Gibibyte // Defaulted by the Nebius Console
}
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Cannot be 0

theFong
theFong previously approved these changes Dec 4, 2025
@theFong theFong merged commit 371c0c2 into main Dec 5, 2025
7 of 8 checks passed
@theFong theFong deleted the dm/nebbytes branch December 5, 2025 01:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants